• This feature will verify the login functionality of SWAGLABS

    21:09:06 PM / 30:11:089 Pass

    This feature will verify the login functionality of SWAGLABS
    07.28.2021 21:09:06 07.28.2021 21:09:17 30:11:089 · #test-id=1
    PassVerify login functionality to SWAGLABS using correct username and password
    Given User launchs the SWAGLABS application
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    When User enters login info 'standard_user' 'secret_sauce'
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User clicks the LOGIN button
    Then User should be landed on the Products Page
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    PassVerify login functionality to SWAGLABS using incorrect username and password
    Given User launchs the SWAGLABS application
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    When User enters login info 'unknown789' 'wrongpa$$123!'
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User clicks the LOGIN button
    Then User should be getting the 'Epic sadface: Username and password do not match any user in this service'
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    PassVerify login functionality to SWAGLABS using incorrect username and password
    Given User launchs the SWAGLABS application
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    When User enters login info 'locked_out_user' 'secret_sauce'
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User clicks the LOGIN button
    Then User should be getting the 'Epic sadface: Sorry, this user has been locked out.'
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
  • This feature will verify the logout functionality of SWAGLABS

    21:09:17 PM / 30:09:990 Pass

    This feature will verify the logout functionality of SWAGLABS
    07.28.2021 21:09:17 07.28.2021 21:09:27 30:09:990 · #test-id=37
    Given User launchs the SWAGLABS application
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User landed at Product page after logged in with standard_user
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    When User click on the top-left burger menu
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User click on the LOGOUT
    Then User should be logged out and redirect to login page
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    Given User launchs the SWAGLABS application
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User landed at Product page after logged in with standard_user
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User accessed the Shopping Cart
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    When User click on the top-left burger menu
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User click on the LOGOUT
    Then User should be logged out and redirect to login page
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
  • This feature will verify the products add-to-cart functionality of SWABLABS application

    21:09:27 PM / 30:15:680 Pass

    This feature will verify the products add-to-cart functionality of SWABLABS application
    07.28.2021 21:09:27 07.28.2021 21:09:43 30:15:680 · #test-id=66
    PassVerify that user able to add single product to the cart
    Given User launchs the SWAGLABS application
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User landed at Product page after logged in with standard_user
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    When User click on ADD TO CART button of 'Sauce Labs Bolt T-Shirt'
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    Then User should be able to notice the Shopping Cart icon badge changed
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User should be able examine the item in Shopping cart
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    PassVerify that user able to add single product to the cart
    Given User launchs the SWAGLABS application
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User landed at Product page after logged in with standard_user
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    When User click on ADD TO CART button of 'Sauce Labs Onesie'
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    Then User should be able to notice the Shopping Cart icon badge changed
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User should be able examine the item in Shopping cart
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    Given User launchs the SWAGLABS application
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User landed at Product page after logged in with standard_user
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    When User selects the following product by clicking their ADD TO CART button
    Sauce Labs Fleece Jacket
    Sauce Labs Backpack
    Sauce Labs Bike Light
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    Then User should be able to notice the Shopping Cart icon badge changed
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image
    And User should be able examine the item in Shopping cart
    stepDefs.BaseClass.afterStep(io.cucumber.java.Scenario)
    Add Screenshot
    image

Started

Jul 28, 2021 09:09:05 PM

Ended

Jul 28, 2021 09:09:43 PM

Features Passed

3

Features Failed

0

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@SOSingleProduct 2 0 0 0 100%
@LogoutFeature 2 0 0 0 100%
@NegativeLogin 2 0 0 0 100%
@PositiveLogin 1 0 0 0 100%
@CartLogout 1 0 0 0 100%
@ProductsFeature 3 0 0 0 100%
@ProductLogout 1 0 0 0 100%
@LoginFeature 3 0 0 0 100%
@DTMultipleProduct 1 0 0 0 100%
@AllTest 8 0 0 0 100%